Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
•added 2026/07/19 3:40 p.m.•40 views

CVE-2026-64169

CVE-2026-64169 affects the Linux kernel SPI ep93xx driver. The issue occurs when DMA setup fails during probe and the driver does not properly clear DMA channel pointers, risking a dereferenced error pointer on subsequent probes or unbind. The fix switches to PCI? actually historically: driver fa...

5.5CVSS5.4AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/25 8:49 a.m.•40 views

CVE-2026-64271

CVE-2026-64271 affects the Linux kernel with a heap-out-of-bounds risk in TouchWindow serio touchscreen handling. The issue arises when a malicious peripheral streams non-zero bytes where the device-supplied 2nd and 3rd bytes do not match; tw->idx can reach TW_LENGTH and never reset, allowing ...

7.8CVSS5.9AI score0.00169EPSS
Save
CVE
CVE
•added 2026/07/25 8:49 a.m.•40 views

CVE-2026-64291

CVE-2026-64291 affects the Linux kernel iommufd subsystem. The vulnerability stems from iommufd_veventq_alloc() accepting any non-zero veventq_depth from userspace, with an upper bound of U32_MAX, enabling a local attacker to allocate excessively large event queues and exhaust kernel memory. The ...

5.5CVSS5.7AI score0.00158EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•40 views

CVE-2026-64339

CVE-2026-64339 is an out-of-bounds read in the Linux kernel's usbio module (usb: misc: usbio). The function usbio_bulk_msg() copies a device-supplied length (bpkt_len) from the bulk IN buffer, but only validates it against txbuf_len instead of rxbuf_len. A malicious or malfunctioning USB device t...

7.1CVSS6AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•40 views

CVE-2026-64356

CVE-2026-64356 is a memory leak in the Linux kernel's XFS filesystem , specifically in xfs_dqinode_metadir_create(). When xfs_metadir_create() fails, the function returns without releasing the allocated update and transaction state; a subsequent commit failure additionally leaves a caller-owned i...

5.5CVSS5.8AI score0.00136EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•40 views

CVE-2026-64359

CVE-2026-64359 affects the nilfs2 filesystem in the Linux kernel. User-supplied segment numbers passed via NILFS_IOCTL_CLEAN_SEGMENTS were not validated before processing began; out-of-range values reached deep in the call chain where per-entry warnings were emitted while still holding the ns_seg...

5.5CVSS5.8AI score0.00123EPSS
Save
CVE
CVE
•added 2026/07/25 8:50 a.m.•40 views

CVE-2026-64419

CVE-2026-64419 is a Linux kernel vulnerability in the mm/shrinker subsystem. The function shrinker_debugfs_count_show() invokes a shrinker's ->count_objects() callback while holding an RCU read-side lock . The zswap shrinker's callback flushes memcg statistics via css_rstat_flush(), which may ...

5.5CVSS5.8AI score0.00162EPSS
Save
CVE
CVE
•added 2026/07/25 8:51 a.m.•40 views

CVE-2026-64451

CVE-2026-64451 is a NULL pointer dereference in the Linux kernel tracing subsystem , specifically in the func_set_flag() function. The root cause is an ordering bug: the function dereferences tr->current_trace_flags before checking whether the active tracer is actually the function tracer. Whe...

5.5CVSS5.8AI score0.00143EPSS
Save
CVE
CVE
•added 2025/06/18 11:03 a.m.•39 views

CVE-2022-50170

CVE-2022-50170 concerns a memory-leak in the Linux kernel KunIt testing framework (kunit). Specifically, when allocation for 'filtered' fails during kunit_filter_tests, the copied suite could be leaked. The fix ensures 'copy' is freed in the error path for allocation of 'filtered'. Note that a si...

5.5CVSS6.5AI score0.00237EPSS
Save
CVE
CVE
•added 2025/09/15 2:02 p.m.•39 views

CVE-2022-50254

The CVE-2022-50254 issue concerns the Linux kernel component for ov8865 support. The vulnerability arises from an error handling path in ov8865_probe() where new error handling could bypass existing cleanup, risking resource leaks. The connected documents indicate this was fixed in the Linux kern...

5.5CVSS6.1AI score0.00137EPSS
Save
CVE
CVE
•added 2025/09/15 2:21 p.m.•39 views

CVE-2022-50268

CVE-2022-50268 affects the Linux kernel mmap/moxart MMC host handling. The issue is in mmc_add_host(): if the function returns an error and the return value is not checked, memory allocated by mmc_alloc_host() could be leaked, potentially causing a kernel crash when removing an unreliably added d...

5.5CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
•added 2025/09/18 1:33 p.m.•39 views

CVE-2022-50391

CVE-2022-50391 concerns the Linux kernel memory management path mm/mempolicy, where set_mempolicy_home_node could leak memory. The root cause is that when scanning VMA ranges, if a policy differs from MPOL_BIND or MPOL_PREFERRED_MANY, the allocated policy via mpol_dup() was not released with mpol...

5.5CVSS6.1AI score0.00154EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•39 views

CVE-2022-50428

CVE-2022-50428 affects the Linux kernel ext4 fast-commit journaling, caused by multiple off-by-one errors in filling tlv blocks. The issues constrain where tlvs start and end within a block, risking replay problems and memory leakage in last-byte handling. The fixed patch corrects block-filling o...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•39 views

CVE-2022-50434

CVE-2022-50434: Technical details (affected product/component, root cause, impact, versions, fix) are not present in the connected documents. Monitor for updates.

5.5CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2022-50454

CVE-2022-50454 affects the Linux kernel’s DRM Nouveau driver. The vulnerability arises in nouveau_gem_prime_import_sg_table() due to a use-after-free: on failure of nouveau_bo_init(), the associated gem object is released by ttm_bo_init(), but the code later calls nouveau_bo_ref() which dereferen...

7.8CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2022-50460

The CVE-2022-50460 issue is in the Linux kernel CIFS logic: an xid leak in cifs_flock() when flock is used can leak xid on early return (-ENOLCK). Multiple connected advisories (Astra Linux, Unity Linux, EulerOS, SUSE) cite the same description and confirm a fix in the kernel. The vulnerability i...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2022-50462

The CVE-2022-50462 issue affects the Linux kernel (MIPS vpe-mt) where a device name allocated dynamically during module exit could leak memory. root cause: after commit 1fa5ae…, vpe_device release removed kfree, freeing was needed at module exit; the static vpe_device now requires proper freeing ...

5.5CVSS6.1AI score0.0016EPSS
Save
CVE
CVE
•added 2025/10/04 3:16 p.m.•39 views

CVE-2022-50485

The CVE-2022-50485 entry concerns the Linux kernel ext4 subsystem. A new EXT4_IGET_BAD flag is added to ext4_iget() to prevent returning a bad inode; previously, boot loader inodes could be returned as bad inodes, bypassing some checks and potentially causing a kernel panic. The mitigation is a p...

5.5CVSS6.2AI score0.00169EPSS
Save
CVE
CVE
•added 2025/10/04 3:43 p.m.•39 views

CVE-2022-50489

CVE-2022-50489 : In the Linux kernel, the drm/mipi-dsi subsystem detaches devices when removing the host. The mitigation: the vulnerability is resolved by fixes in the kernel’s host unregister path (mipi_dsi_host_unregister), which previously could unregister devices without detaching them from t...

5.5CVSS6.3AI score0.0016EPSS
Save
CVE
CVE
•added 2025/10/04 3:43 p.m.•39 views

CVE-2022-50498

CVE-2022-50498 : In the Linux kernel, the alx ethernet driver vulnerability stems from not taking the rtnl_lock during resume, allowing an rtnl assertion to trip in net/core/dev.c when reopening on resume. The issue is localized to the alx driver’s suspend/resume path and is triggered during devi...

5.5CVSS6.1AI score0.00155EPSS
Save
CVE
CVE
•added 2025/10/07 3:21 p.m.•39 views

CVE-2022-50547

The CVE affects the Linux kernel, specifically the solo6x10 driver’s solo_sysfs_init() path. When device_register() errors during initialization, memory allocated by dev_set_name() was not freed, leading to a memory leak. The fix, implemented in the upstream kernel and reflected in related adviso...

5.5CVSS6.1AI score0.00203EPSS
Save
CVE
CVE
•added 2025/09/17 2:56 p.m.•39 views

CVE-2023-53341

CVE-2023-53341 refers to a Linux kernel memory initialization fix: the function early_init_dt_scan_memory now returns 1 when memory is found and 0 if none, allowing other memory setup paths to run. This changes the control flow after the ramips plat_mem_setup call, addressing scenarios where memo...

5.5CVSS6.3AI score0.00201EPSS
Save
CVE
CVE
•added 2025/10/01 11:42 a.m.•39 views

CVE-2023-53479

In CVE-2023-53479, the Linux kernel cxl driver had a use-after-free in cxl_parse_cfmws() during cxl_decoder_add() fail path. KASAN/KFENCE observed a slab-use-after-free where a released cxld was accessed in a later dev_err() path. The root cause was dereferencing freed memory; the fix replaces th...

7.8CVSS5.9AI score0.00157EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2023-53496

CVE-2023-53496 – In the Linux kernel, the UV (socketnode lookup) code loops over CPUs to build socket tables; when nr_cpus is less than actual CPUs, cpu_to_node() data for unused CPUs is missing, leading to -1 entries and potential oops. The fix replaces the CPU-loop with a loop over APICIDs mapp...

5.5CVSS6.1AI score0.00137EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2023-53498

In the provided documents, CVE-2023-53498 is described as a Linux kernel vulnerability in the AMD display driver (drm/amd/display). The issue arises when amdgpu_dm_fini() may dereference adev->dm.dc if the pointer is NULL, allowing a NULL pointer dereference. The remediation is a code fix that...

5.5CVSS6.1AI score0.00156EPSS
Save
CVE
CVE
•added 2025/10/01 11:45 a.m.•39 views

CVE-2023-53504

Technical details for CVE-2023-53504 are not publicly available in the provided documents; monitor for updates.

7.8CVSS6.1AI score0.00153EPSS
Save
CVE
CVE
•added 2025/10/01 11:46 a.m.•39 views

CVE-2023-53521

CVE-2023-53521 affects the Linux kernel as reported by EulerOS advisories: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove(). The bug occurs when edev->components is zero, causing reads from edev->component[0] to access invalid memory, resulting in a slab-out-of-bounds condition (read ...

7.1CVSS6.2AI score0.00149EPSS
Save
CVE
CVE
•added 2025/10/04 3:44 p.m.•39 views

CVE-2023-53591

CVE-2023-53591 affects the Linux kernel’s mlx5e offload path. The issue is a deadlock in the tc route query code when peer flows are created while holding the devcom rw semaphore. The patch refactors the code for lockless execution by making the devcom data pointer RCU-friendly, wrapping the pair...

5.5CVSS6AI score0.00128EPSS
Save
CVE
CVE
•added 2025/10/04 3:44 p.m.•39 views

CVE-2023-53601

CVE-2023-53601 is a Linux kernel vulnerability in the bonding driver where code could assume skb_mac_header is set in ndo_start_xmit, risking invalid skb handling. The fixed description states that skb->data is sufficient and bonding must not rely on mac_header. Concrete details appear in conn...

5.5CVSS6.1AI score0.00145EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•39 views

CVE-2023-53640

CVE-2023-53640: In Linux kernel ASoC lpass, a use-after-free / out-of-bounds read in regcache_flat_read was fixed. The issue manifested as a KASAN slab-out-of-bounds read (read size 4) during regcache/regmap operations, observed in syzkaller backtraces. The vulnerability is addressed by the upstr...

7.8CVSS6.2AI score0.00208EPSS
Save
CVE
CVE
•added 2025/10/07 3:19 p.m.•39 views

CVE-2023-53651

CVE-2023-53651 affects the Linux kernel where a timer was not properly stopped on driver unbind or probe failures, potentially causing use-after-free/oops. The published connected advisories indicate the issue is in the kernel input path for exc3000 and that fixes exist in updated kernel packages...

7.8CVSS6.2AI score0.00206EPSS
Save
CVE
CVE
•added 2025/06/18 9:28 a.m.•39 views

CVE-2025-38017

CVE-2025-38017 affects the Linux kernel, specifically the fs/eventpoll path used by epoll_pwait2. After the fix in the commit described as setting epoll timeout when in the future, a non-zero timeout (e.g., 1 ns) could cause an endless busy loop if the timeout expires before ep_poll() is entered,...

5.5CVSS6.5AI score0.00159EPSS
Save
CVE
CVE
•added 2025/09/11 4:56 p.m.•39 views

CVE-2025-39768

CVE-2025-39768 relates to the Linux kernel driver net/mlx5. The issue is described as a faulty error flow when moving complex rules during rehash, which could lead to broken steering rules and risk of soft lock-ups. The fix compresses the error-handling logic across the complex rule rehash path: ...

5.5CVSS6AI score0.00127EPSS
Save
CVE
CVE
•added 2025/09/11 4:56 p.m.•39 views

CVE-2025-39784

CVE-2025-39784 is a Linux kernel PCIe issue resolved by masking non-speed bits in PCIE_LNKCTL2_TLS2SPEED() (and PCIE_LNKCAP_SLS2SPEED()) when retraining a PCIe link. The bug caused incorrect speed values to be interpreted from the Link Control 2 register, producing PCI_SPEED_UNKNOWN (0xff) and tr...

5.5CVSS6AI score0.00127EPSS
Save
CVE
CVE
•added 2025/09/15 12:36 p.m.•39 views

CVE-2025-39803

CVE-2025-39803 affects the Linux kernel in the SCSI/UFShCD UFS path. The vulnerability arises from a warning path in the UIC command completion: when the UIC completion interrupt is re-enabled mid-processing, an interrupt could trigger and hit WARN_ON_ONCE(!cmd). The fix is a patch that removes t...

7.8CVSS6.2AI score0.00143EPSS
Save
CVE
CVE
•added 2025/09/16 1:00 p.m.•39 views

CVE-2025-39820

CVE-2025-39820 affects the Linux kernel DRM MSM DPU path (drm/msm/dpu). Root cause: drm_atomic_get_new_connector_state() may return NULL if the connector isn’t part of the atomic state, risking a NULL pointer dereference. The fix adds a NULL check in dpu_encoder_needs_modeset (mirroring the patte...

5.5CVSS6.1AI score0.0013EPSS
Save
CVE
CVE
•added 2025/10/01 7:44 a.m.•39 views

CVE-2025-39906

CVE-2025-39906 relates to the Linux kernel drm/amd/display path where the OEM I2C adapter could remain registered after GPU unbind, risking a null pointer dereference when apps access the invalid device. The issue has been fixed by removing the OEM I2C adapter on process finish (cherry-pick of co...

7.8CVSS6.1AI score0.00134EPSS
Save
CVE
CVE
•added 2025/10/01 7:44 a.m.•39 views

CVE-2025-39915

Summary: CVE-2025-39915 concerns the Linux kernel: a locking order issue where phy_config_inband() would acquire &pl->phydev->lock while phylink_major_config() had already acquired &pl->state_mutex, creating a potential deadlock when combined with phy_link_up/phy_link_down in the phylink...

5.5CVSS5.9AI score0.001EPSS
Save
CVE
CVE
•added 2026/01/14 3:05 p.m.•39 views

CVE-2025-71105

CVE-2025-71105 documents a Linux kernel issue in f2fs where two slab caches (f2fs_xattr_entry-7:3 and f2fs_xattr_entry-7:7) with identical slab sizes cause kmem_cache_sanity_check warnings during mount operations. The root cause is using per-sb slab caches instead of a single global slab, leading...

5.5CVSS6AI score0.00143EPSS
Save
CVE
CVE
•added 2026/01/14 3:05 p.m.•39 views

CVE-2025-71110

Technical details about CVE-2025-71110 are not publicly available in the provided connected documents. No specific affected products, versions, or remediation information are disclosed here; monitor for updates.

7.8CVSS6.2AI score0.0014EPSS
Save
CVE
CVE
•added 2026/05/06 11:32 a.m.•39 views

CVE-2025-71293

CVE-2025-71293 concerns the Linux kernel amdgpu ras issue where, if eeprom contained only invalid addresses, allocation could be skipped and lead to a NULL pointer dereference when reading bad pages. The fix moves the ras data allocation before the bad-page check, resolving a NULL pointer derefer...

5.5CVSS5.8AI score0.00126EPSS
Save
CVE
CVE
•added 2026/05/08 1:11 p.m.•39 views

CVE-2025-71299

CVE-2025-71299 affects the Linux kernel driver spi_cadence_quadspi. The root cause is a runtime PM interaction during probe: a pm_runtime_disable in error paths could lead to duplicate clock disables when PM is active, especially with missing/broken DT descriptions for flash devices. The document...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
•added 2026/03/25 10:26 a.m.•39 views

CVE-2026-23286

CVE-2026-23286 affects the Linux kernel ATM LANE implementation. The root cause is a potential null pointer dereference in lec_arp_clear_vccs when multiple ARP entries share the same VCC: after the first entry frees vpriv and clears vcc->user_back, a subsequent entry may dereference a NULL vpr...

5.5CVSS5.7AI score0.00125EPSS
Save
CVE
CVE
•added 2026/03/25 10:27 a.m.•39 views

CVE-2026-23325

CVE-2026-23325 affects the Linux kernel wifi stack (mt76/mt7996). The flaw is an out-of-bounds access in mt7996_mac_write_txwi_80211() due to insufficient frame-length checks on management fields. Affected component: mt7996 hardware path in the kernel’s wifi driver. Impact per sources: potential ...

7.1CVSS5.6AI score0.00125EPSS
Save
CVE
CVE
•added 2026/03/25 10:27 a.m.•39 views

CVE-2026-23331

The CVE-2026-23331 issue concerns the Linux kernel UDP 4-tuple hash table: when an auto-bound UDP socket is bound, connected, and then disconnected, the socket may be moved to a new hash slot without removing the old entry, leaving garbage in the 4-tuple chain. The fix is to remove such a socket ...

5.5CVSS5.6AI score0.00121EPSS
Save
CVE
CVE
•added 2026/03/25 10:28 a.m.•39 views

CVE-2026-23386

CVE-2026-23386 concerns the Linux kernel gve driver in QPL mode, where gve_tx_clean_pending_packets() could misinterpret the dma_addr_t array as buffer IDs, causing out-of-bounds/unmap errors. The root cause was an improper buffer cleanup path in gve_tx_clean_pending_packets() that could referenc...

5.5CVSS5.8AI score0.00121EPSS
Save
CVE
CVE
•added 2026/04/01 8:36 a.m.•39 views

CVE-2026-23404

CVE-2026-23404 affects the Linux kernel AppArmor profile management. The issue arises from recursive profile removal in the AppArmor code path; nested profiles could trigger deep recursion, risking kernel stack exhaustion and system crashes. The connected documents confirm the root cause is the r...

5.5CVSS5.8AI score0.00177EPSS
Save
CVE
CVE
•added 2026/04/02 11:40 a.m.•39 views

CVE-2026-23412

The CVE-2026-23412 issue affects the Linux kernel’s netfilter/BPF path. It describes a use-after-free (UaF) in nfnetlink_hooks where a concurrent process dumps hooks, triggering a KASAN slab-use-after-free in nfnl_hook_dump_one. The root cause is deferring the release of hook memory until RCU rea...

7.8CVSS5.8AI score0.00117EPSS
Save
CVE
CVE
•added 2026/04/03 3:15 p.m.•39 views

CVE-2026-23430

The CVE-2026-23430 issue affects the Linux kernel DRM/vmwgfx component, where the KMS surface dirty tracker was being overwritten, leading to a memory leak. The vulnerability has been resolved in the kernel by correcting this behavior. Connected sources confirm the root cause and the fix are impl...

5.5CVSS5.7AI score0.00121EPSS
Save
CVE
CVE
•added 2026/04/03 3:15 p.m.•39 views

CVE-2026-23436

The CVE-2026-23436 issue affects the Linux kernel's net: shaper component. A race could occur when a netdev is unregistered between taking a reference during Netlink prep and locking/RCU in the callback, potentially leaking the hierarchy after a flush. The fix applies the instance lock in pre- st...

5.5CVSS5.7AI score0.00121EPSS
Save
Total number of security vulnerabilities14999